home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_514_setseries.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  336 b   |  10 lines

  1. procedure SetSeries(dataName,series : Str255; seriesMin,seriesInc: real;  autoSet : boolean);
  2.  
  3. Sets the series information for the data window.  The parameters are:
  4. dataName = Data window name.
  5. series = Series Tag: X or Y
  6. seriesMin = series index start.
  7. seriesInc = series increment.
  8. autoSet = Auto set the series.
  9.  
  10. Also see:  SetAxis